projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a918684
)
wayland: We need to require egl as well
author
Kristian Høgsberg
<krh@bitplanet.net>
Mon, 22 Aug 2011 18:54:12 +0000
(14:54 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Mon, 22 Aug 2011 20:32:06 +0000
(16:32 -0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 15ceab3c4303b4fb514db6af22525171122985e2..16f065efff3f40413b456c3b1113516926a4542b 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-383,7
+383,7
@@
if test "x$enable_wayland_backend" == "xyes"; then
GIO_PACKAGE=gio-unix-2.0
GDK_WINDOWING="$GDK_WINDOWING
#define GDK_WINDOWING_WAYLAND"
- WAYLAND_PACKAGES="wayland-client xkbcommon wayland-egl"
+ WAYLAND_PACKAGES="wayland-client xkbcommon wayland-egl
egl
"
AM_CONDITIONAL(USE_WAYLAND, true)
else
AM_CONDITIONAL(USE_WAYLAND, false)